04. The Connection Pool

The Connection Pool Heading

The Connection Pool

ND004 C01 L03 04 The Connection Pool

In SQLAlchemy, the connection pool
(Select all that apply.)

SOLUTION:
  • Handles dropped connections
  • Avoids doing very many small calls to the DB
  • Avoids opening and closing connections for every data change